home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETALI.IN_ / netali.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  2.7 KB  |  90 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [version]
  4. Signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. Provider    = %MSFT%
  8. LayoutFile  = layout.inf
  9. DriverVer=10/01/2002,5.1.2462.102
  10.  
  11. [Manufacturer]
  12. %ALIR% = ALICOM
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [ALICOM]
  18. %ALI5261.DeviceDesc%   = ALI5261.ndi,    PCI\VEN_10B9&DEV_5261
  19.  
  20. [ALI5261.ndi.NT]
  21. Characteristics = 0x84
  22. BusType         = 5
  23. AddReg          = ALI9PCI.reg, ALI5261.con.reg, 5261.pci.reg
  24. CopyFIles       = ALI9PCI.CopyFiles
  25.  
  26. [ALI5261.ndi.NT.Services]
  27. AddService = ALI5261, 2, ALI5261.Service, common.EventLog
  28.  
  29. [ALI9PCI.CopyFiles]
  30. ALI5261.SYS,,,2
  31.  
  32. [ALI5261.con.reg]
  33. ;Common
  34. ;ConnectionType
  35. HKR, Ndi\params\ConnectionType,      ParamDesc,  0, %ConnectionType%
  36. HKR, Ndi\params\ConnectionType,      default,    0, "0"
  37. HKR, Ndi\params\ConnectionType,      type,       0, "enum"
  38. HKR, Ndi\params\ConnectionType\enum, 0,          0, %AutoSense%
  39. HKR, Ndi\params\ConnectionType\enum, 2,          0, %100Mbps%
  40. HKR, Ndi\params\ConnectionType\enum, 4,          0, %100Mbps_Full_Duplex%
  41. HKR, Ndi\params\ConnectionType\enum, 1,          0, %10Mbps%
  42. HKR, Ndi\params\ConnectionType\enum, 3,          0, %10Mbps_Full_Duplex%
  43.  
  44. [5261.pci.reg]
  45. HKR, , AdapterType              , 0, "5"
  46. HKR, , BusType                  , 0, "5"
  47. HKR, , StoreAndForward          , 0, "1"
  48. HKR, , TransmitThreshold        , 0, "200"
  49. HKR, , ACPIEnable               , 0, "4"
  50.  
  51. [ALI9PCI.reg]
  52. HKR, Ndi,            Service,      0, "ALI5261"
  53. HKR, Ndi\Interfaces, UpperRange,   0, "ndis5"
  54. HKR, Ndi\Interfaces, LowerRange,   0, "ethernet"
  55. HKR, ,               AdapterPCIID, 0, "526110B9"
  56. HKR, Ndi,            DeviceID,     0, "PCI\VEN_10B9&DEV_5261"
  57.  
  58. [ALI5261.Service]
  59. DisplayName     = %ALI9PCI.Service.DispName%
  60. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  61. StartType       = 3 ;%SERVICE_DEMAND_START%
  62. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  63. ServiceBinary   = %12%\ALI5261.SYS
  64. LoadOrderGroup  = NDIS
  65.  
  66. [common.EventLog]
  67. AddReg = common.AddEventLog.reg
  68.  
  69. [common.AddEventLog.reg]
  70. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  71. HKR, , TypesSupported,   0x00010001, 7
  72.  
  73. [DestinationDirs]
  74. DefaultDestDir    = 12
  75. ALI9PCI.CopyFiles = 12
  76.  
  77. [Strings]
  78. MSFT                     = "Microsoft"
  79. ConnectionType           = "Connection Type"
  80. AutoSense                = "AutoSense"
  81. 100Mbps                  = "100Mbps"
  82. 100Mbps_Full_Duplex      = "100Mbps Full_Duplex"
  83. 10Mbps                   = "10Mbps"
  84. 10Mbps_Full_Duplex       = "10Mbps Full_Duplex"
  85.  
  86. ALIR                     = "Acer Laboratories Inc."
  87. ALI5261.DeviceDesc     = "ALi PCI Fast Ethernet Controller"
  88. ALI9PCI.Service.DispName = "ALi Based Ethernet NT Driver"
  89.  
  90.